home *** CD-ROM | disk | FTP | other *** search
/ Aminet 41 / Aminet 41 (2001)(Schatztruhe)[!][Feb 2001].iso / Aminet / dev / c / GSys.readme < prev    next >
Encoding:
Text File  |  2001-01-03  |  4.8 KB  |  114 lines

  1. Short:    Development-system for AmigaOS & others
  2. Author:   AndersK@gangstah.net (Anders Kjeldsen)
  3. Uploader: AndersK@gangstah.net (Anders Kjeldsen)
  4. Type:     dev/c
  5.  
  6. GSys v2.0 by Anders Kjeldsen
  7.  
  8. This is a bunch files containing C++ classes
  9. intented for AmigaOS and Windows. The whole
  10. system is in some ways based on the Java API.
  11. Each class has two files, a header and a
  12. cpp-file. If you want to use a class, you
  13. should just include the cpp-file. None of
  14. these classes are complete, many of them
  15. won't even compile correctly. This system
  16. has been developed on both Win32 and AmigaOS,
  17. and I've been a little bit lazy when it
  18. comes to updating the classes on the other
  19. platform. Often you'll see that I've missed
  20. out a #define GWINDOWS for instance. The
  21. reason why I put released this archive, is
  22. that I want help from other programmers
  23. who likes the idea behind this system and
  24. who'd like to help me make it more complete.
  25.  
  26. Classes that works on amiga (none complete):
  27. ggraphics/GScreen
  28. ggraphics/GRequestDisplay
  29. gmisc/GTextHandler
  30. gmisc/GHTMLReader
  31. gmisc/GWordArchive (I think)
  32. gmisc/GSortNode
  33. gmisc/GChunkHandler (I think)
  34. gsystem/GError
  35. gsystem/GObject
  36. gsystem/GFile
  37. gsystem/GBuffer
  38.  
  39. GBuffer is an example of a class that will
  40. either be obsolete OR heavily changed.
  41.  
  42. The G3D-dir is neither usable. The classes
  43. aren't 50% complete, and they are so far
  44. based on based on the old system, which
  45. sucked more. But have a look, you might
  46. get the idea of how it might look like.
  47.  
  48. the example source (gangstahsystem.cpp) is 
  49. a program that loads a 256*256 32bit array
  50. from disk, and plots it on the screen. 
  51.  
  52. contact me at AndersK@gangstah.net
  53.  
  54.  
  55. ============================= Archive contents =============================
  56.  
  57. Original  Packed Ratio    Date     Time    Name
  58. -------- ------- ----- --------- --------  -------------
  59.      554     264 52.3% 30-Sep-00 20:24:20 +G3DCamera.cpp
  60.      730     370 49.3% 30-Sep-00 20:23:58 +G3DCamera.h
  61.     2446     734 69.9% 30-Sep-00 20:26:36 +G3DMatrix.cpp
  62.      572     282 50.6% 30-Sep-00 20:26:22 +G3DMatrix.h
  63.     6797    1845 72.8% 30-Sep-00 20:35:14 +G3DObject.cpp
  64.     1213     514 57.6% 30-Sep-00 20:35:48 +G3DObject.h
  65.    15173    3238 78.6% 30-Sep-00 21:43:16 +G3DPolygon.cpp
  66.     1936     770 60.2% 30-Sep-00 20:58:02 +G3DPolygon.h
  67.     2341     627 73.2% 30-Sep-00 21:04:40 +G3DQuat.cpp
  68.      353     197 44.1% 30-Sep-00 21:04:04 +G3DQuat.h
  69.      180     131 27.2% 30-Sep-00 21:12:24 +G3DSurface.cpp
  70.      244     162 33.6% 08-Feb-00 23:17:28 +G3DSurface.h
  71.     6344    1022 83.8% 02-Feb-00 16:23:24 +G3DVector.cpp
  72.      900     386 57.1% 17-Mar-00 15:31:16 +G3DVector.h
  73.     5084    1085 78.6% 29-Mar-00 01:41:58 +G3DVertex.cpp
  74.      847     397 53.1% 28-Mar-00 23:57:46 +G3DVertex.h
  75.      391     257 34.2% 26-Mar-00 19:58:16 +G3DWorld.cpp
  76.     1390     507 63.5% 26-Mar-00 17:41:56 +G3DWorld.h
  77.      842     468 44.4% 14-Oct-00 17:23:44 +GangstahSystem.cpp
  78.     4296    1417 67.0% 29-Oct-00 18:01:54 +GangstahSystem.cpp.info
  79.     2966     675 77.2% 14-Oct-00 17:22:56 +GangstahSystem.¶
  80.     4061    2157 46.8% 14-Oct-00 17:22:56 +GangstahSystem.¶.info
  81.     6104    1902 68.8% 30-Sep-00 18:37:44 +GBitMap.cpp
  82.     2401     877 63.4% 30-Sep-00 18:36:54 +GBitMap.h
  83.     3971     989 75.0% 30-Sep-00 18:52:50 +GRequestDisplay.cpp
  84.     1350     564 58.2% 30-Sep-00 18:41:46 +GRequestDisplay.h
  85.    15839    3811 75.9% 30-Sep-00 19:50:26 +GScreen.cpp
  86.     3015    1156 61.6% 29-Oct-00 18:00:20 +GScreen.h
  87.     5046    1274 74.7% 17-Sep-00 16:56:22 +GChunkHandler.cpp
  88.     1486     654 55.9% 17-Sep-00 16:56:08 +GChunkHandler.h
  89.     3701    1067 71.1% 15-Oct-00 20:32:48 +GHTMLReader.cpp
  90.      527     263 50.0% 15-Oct-00 20:40:28 +GHTMLReader.h
  91.     1394     535 61.6% 11-Oct-00 15:50:48 +GServer.cpp
  92.      533     287 46.1% 19-Oct-00 14:51:18 +GServer.h
  93.     3780    1214 67.8% 19-Oct-00 14:11:58 +GSocket.cpp
  94.     1314     572 56.4% 18-Oct-00 16:52:48 +GSocket.h
  95.     2383     635 73.3% 17-Sep-00 16:55:24 +GSortNode.cpp
  96.     1607     755 53.0% 17-Sep-00 16:54:56 +GSortNode.h
  97.    12245    2254 81.5% 15-Oct-00 20:30:56 +GTextHandler.cpp
  98.     3085    1162 62.3% 15-Oct-00 20:32:18 +GTextHandler.h
  99.     9442    1967 79.1% 17-Sep-00 16:54:20 +GWordArchive.cpp
  100.      873     434 50.2% 21-Oct-00 09:26:58 +GWordArchive.h
  101.     3909    1143 70.7% 15-Oct-00 20:43:00 +GBuffer.cpp
  102.     1248     570 54.3% 15-Oct-00 20:35:22 +GBuffer.h
  103.     1761     622 64.6% 17-Sep-00 20:54:00 +GError.cpp
  104.      702     311 55.6% 17-Sep-00 20:02:28 +GError.h
  105.     3548     989 72.1% 17-Sep-00 21:38:02 +GFile.cpp
  106.      875     460 47.4% 21-Oct-00 09:24:52 +GFile.h
  107.     1102     491 55.4% 17-Sep-00 20:52:52 +GObject.cpp
  108.     1332     483 63.7% 30-Sep-00 18:50:06 +GObject.h
  109.     2038     756 62.9% 26-Feb-00 14:30:18 +GRequestFile.cpp
  110.     1402     622 55.6% 24-Jan-00 01:48:28 +GRequestFile.h
  111.     1474     815 44.7% 07-Nov-00 12:55:44 +ReadMe.txt
  112. -------- ------- ----- --------- --------
  113.   159147   47139 70.3% 08-Nov-100 10:21:02   53 files
  114.